Spread Windows Forms 8.0 Product Documentation
GetDependents(Dictionary<String,FormulaDependentInfos>,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean) Method


Dictionary of FormulaDependentInfos object that would contain all the infomation of all the dependent formula containers. The key using in dictionary is name of data model that have dependent formula containers.
Row index of the specified range.
Column index of the specified range.
Number of rows of the specified range.
Number of columns of the specified range.
Indicates if we should get all dependent cells.
Indicates if we should get all dependent rows.
Indicates if we should get all dependent columns.
Indicates if we should get all dependent expression consumer objects.
Get all the formula containers that have formula referring to cells on a specified cell range.
Syntax
'Declaration
 
Overloads Sub GetDependents( _
   ByVal infoDict As Dictionary(Of String,FormulaDependentInfos), _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal getCells As Boolean, _
   ByVal getRows As Boolean, _
   ByVal getColumns As Boolean, _
   ByVal getObjects As Boolean _
) 
'Usage
 
Dim instance As ISupportFindFormulaDependent
Dim infoDict As Dictionary(Of String,FormulaDependentInfos)
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim getCells As Boolean
Dim getRows As Boolean
Dim getColumns As Boolean
Dim getObjects As Boolean
 
instance.GetDependents(infoDict, row, column, rowCount, columnCount, getCells, getRows, getColumns, getObjects)
void GetDependents( 
   Dictionary<string,FormulaDependentInfos> infoDict,
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool getCells,
   bool getRows,
   bool getColumns,
   bool getObjects
)

Parameters

infoDict
Dictionary of FormulaDependentInfos object that would contain all the infomation of all the dependent formula containers. The key using in dictionary is name of data model that have dependent formula containers.
row
Row index of the specified range.
column
Column index of the specified range.
rowCount
Number of rows of the specified range.
columnCount
Number of columns of the specified range.
getCells
Indicates if we should get all dependent cells.
getRows
Indicates if we should get all dependent rows.
getColumns
Indicates if we should get all dependent columns.
getObjects
Indicates if we should get all dependent expression consumer objects.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ISupportFindFormulaDependent Interface
ISupportFindFormulaDependent Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.